⚡️ ccache — компилятор кэш для ускорения пересборки проектов
Ждете по полчаса каждую пересборку большого проекта?
ccache кэширует результаты компиляции и переиспользует их при повторных сборках идентичных файлов. Может ускорить инкрементальные сборки в 5-10 раз, особенно эффективен в CI/CD пайплайнах.
export CC="ccache gcc" export CXX="ccache g++" make -j$(nproc)
Дополнительные возможности: — Настройка максимального размера кэша — Статистика hit/miss ratio через ccache -s — Поддержка удаленного кэша для команд — Интеграция с CMake через CMAKE_CXX_COMPILER_LAUNCHER
⚡️ ccache — компилятор кэш для ускорения пересборки проектов
Ждете по полчаса каждую пересборку большого проекта?
ccache кэширует результаты компиляции и переиспользует их при повторных сборках идентичных файлов. Может ускорить инкрементальные сборки в 5-10 раз, особенно эффективен в CI/CD пайплайнах.
export CC="ccache gcc" export CXX="ccache g++" make -j$(nproc)
Дополнительные возможности: — Настройка максимального размера кэша — Статистика hit/miss ratio через ccache -s — Поддержка удаленного кэша для команд — Интеграция с CMake через CMAKE_CXX_COMPILER_LAUNCHER
Some messages aren’t supposed to last forever. There are some Telegram groups and conversations where it’s best if messages are automatically deleted in a day or a week. Here’s how to auto-delete messages in any Telegram chat. You can enable the auto-delete feature on a per-chat basis. It works for both one-on-one conversations and group chats. Previously, you needed to use the Secret Chat feature to automatically delete messages after a set time. At the time of writing, you can choose to automatically delete messages after a day or a week. Telegram starts the timer once they are sent, not after they are read. This won’t affect the messages that were sent before enabling the feature.
At a time when the Indian stock market is peaking and has rallied immensely compared to global markets, there are companies that have not performed in the last 10 years. These are definitely a minor portion of the market considering there are hundreds of stocks that have turned multibagger since 2020. What went wrong with these stocks? Reasons vary from corporate governance, sectoral weakness, company specific and so on. But the more important question is, are these stocks worth buying?
Библиотека C C разработчика | cpp boost qt from ye